From 34948bea5aee4a848fbbeeece0ab4e3aceb15e80 Mon Sep 17 00:00:00 2001 From: "cl349@freefall.cl.cam.ac.uk" Date: Thu, 12 Aug 2004 16:58:27 +0000 Subject: [PATCH] bitkeeper revision 1.1159.17.20 (411ba1b3C9nxXbGo3TmMBqL5zmK2LQ) Allow domains other than domain 0 to write to the console in VERBOSE builds. --- xen/drivers/char/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/drivers/char/console.c b/xen/drivers/char/console.c index 23456261e3..09f7ab0307 100644 --- a/xen/drivers/char/console.c +++ b/xen/drivers/char/console.c @@ -292,7 +292,7 @@ long do_console_io(int cmd, int count, char *buffer) char *kbuf; long rc; -#ifdef NDEBUG +#ifndef VERBOSE /* Only domain-0 may access the emergency console. */ if ( current->domain != 0 ) return -EPERM; -- 2.30.2